Add Calendar
AutomatR.GoogleCalendar.Activities.AddCalendar
The "Add Calendar" activity in AutomatR is part of the Google Calendar activities package, enabling you to add a specific calendar to your Google Calendar account. This activity streamlines the process of creating and adding a new calendar with a specified name and description.
Properties
Name | Description |
---|---|
Input | |
Calendar Name | Specifies the name of the calendar that you want to add. String variables containing the calendar name. This is a required field. |
Description | Specifies the description of the calendar that you want to add and display to other users. String variables containing the calendar description. This is a required field. |
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before starting the activity. Useful for handling synchronization issues. Integer variables containing the delay duration. Example: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1. |
How to use:
- Drag and drop the "Add Calendar" activity onto the workflow.
- Configure the properties by providing the necessary details such as Calendar Name and Description.
- Optionally, configure the delay before starting the activity.
- Execute the workflow to add the specified calendar to your Google Calendar account.
Example:
Consider an example where the "Add Calendar" activity is used to create and add a new calendar with the name "Project Meetings" and the description "Schedule for project-related meetings":
Add Calendar:
Calendar Name: "Project Meetings"
Description: "Schedule for project-related meetings"
Delay: 2
In this example, the activity creates and adds a new calendar named "Project Meetings" with the specified description. The delay of 2 seconds provides a pause before starting the activity.